Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

159
Views
¿Cómo puedo crear un aleatorizador basado en semillas que me permita saltar a cualquier paso en cualquier momento?
// imagine i have a seed based random number generator const list = [] for ( let i = 0; i < 24; ++i ) { list.push( Math.randomIn( 0, 100 ) ) } // it always outputs [70, 58, 88, 80, 12, 91, 1, 21, 26, 61, 41, 83, 22, 29, 92, 87, 31, 16, 7, 39, 53, 31, 62, 55] // however for my case, i need 8388608000000 values // i would like to be able to have getSeedBasedRNGByIndex( 2955246414062 ) // is there a way to skip ahead or go backward using a satisfyingly random seed based generator ?

En mis casos, tengo la necesidad de avanzar rápidamente en un RNG basado en semillas. Definitivamente ayuda si también puedo retroceder.

Editar: la pregunta no es cómo obtener un generador aleatorio basado en semillas, la pregunta es cómo hacer uno que me permita saltar hacia y desde los pasos en sus resultados

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!