Created
August 10, 2016 07:01
-
-
Save bkilshaw/e9b1157b131a22d13a99db49fef85c20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(!$request->session()->has('rand.key')) { | |
$request->session()->push('rand.key', rand()); | |
} | |
$seed = $request->session()->get('rand.key'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment