Skip to content

walf443/randomaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= randomaze
random object generator.

== Synopsis

  require 'randomaze'

  # generating string.

  # useful basic functions.
  Randomaze::String.alpha     #=> "afefw2"
  Randomaze::String.alpha(10) #=> "afefw2rr0a"

  # you can generate randam string with regexp like expression.
  Randomaze::String.format('[a-z]{5}[0-9]{3}') #=> "feawr342"

  # generate time object.
  Randomaze::Time.between('2008-10-01'..'2009-01-01') #=> Fri Dec 19 21:14:12 +0900 2008

== Description

== Installation

=== Archive Installation

	rake install

=== Gem Installation

	gem install randomaze

== Features/Problems

== Copyright

Author::    Keiji, Yoshimi <walf443 at gmail.com>
Copyright:: Copyright (c) 2008 Keiji, Yoshimi
License:: you can redistribute it and/or modify it under the same terms as Ruby itself.

About

random object generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages