We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
at https://lux.csail.mit.edu/dev/tutorials/beginner/1_Basics it goes
for i in 1:3 println("Iteration $i ", rand(Lux.replicate(rng), 10)) end
Iteration 1 [0.4552384158732863, 0.5476424498276177, 0.7733535276924052, 0.9405848223512736, 0.02964765308691042, 0.74694291453392, 0.7468008914093891, 0.9766699015845924, 0.08694684883050086, 0.35149138733595564] Iteration 2 [0.018743665453639813, 0.8601828553599953, 0.6556360448565952, 0.7746656838366666, 0.7817315740767116, 0.5553797706980106, 0.1261990389976131, 0.4488101521328277, 0.624383955429775, 0.05657739601024536] Iteration 3 [0.19597391412112541, 0.6830945313415872, 0.6776220912718907, 0.6456416023530093, 0.6340362477836592, 0.5595843665394066, 0.5675557670686644, 0.34351700231383653, 0.7237308297251812, 0.3691778381831775]
As expected we get the same output.
Apparently they are not the same output
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
at https://lux.csail.mit.edu/dev/tutorials/beginner/1_Basics it goes
As expected we get the same output.
Apparently they are not the same output
The text was updated successfully, but these errors were encountered: