All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webcrank.clientsession.internal.Random.scala Maven / Gradle / Ivy

The newest version!
package webcrank.clientsession
package internal

import java.security.SecureRandom
import javax.crypto.spec.IvParameterSpec

object Random {
  val RandomAlgorithm = "SHA1PRNG"

  def create =
    SecureRandom.getInstance(RandomAlgorithm)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy