$this->withFaker()->name, 'email' => $this->withFaker()->unique()->safeEmail, 'sex' => random_int(0, 1), 'password' => bcrypt('123456'), 'active_token' => str_random(60), 'is_active' => 1, 'remember_token' => str_random(10), ]; } }