I read the nakama source code and found out that it uses gopher lua to run the code. If anyone is interested gopher lua calls the rand.Float64() and rand.Intn() functions of go directly. As for me, I am satisfied with the rand library of Go so I will use it for my project.
1 Like