Merge branch 'master' into simd
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
commit
6ea39b3db4
@ -153,7 +153,7 @@ async fn read_from_db(id: u32) -> Option<Question> {
|
|||||||
|
|
||||||
let len = reader.len();
|
let len = reader.len();
|
||||||
|
|
||||||
let index = if len == 0 {
|
let index = if id == 0 {
|
||||||
let mut rng = thread_rng();
|
let mut rng = thread_rng();
|
||||||
let questions = Uniform::new(0, len);
|
let questions = Uniform::new(0, len);
|
||||||
rng.sample(questions)
|
rng.sample(questions)
|
||||||
|
Loading…
Reference in New Issue
Block a user