Commit 1824162c authored by fc-ibb105's avatar fc-ibb105
Browse files

removed money symbol in c.random

parent b24e6138
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ c.random <- function(

	ln <- c(LETTERS,letters,0:9)
	greak <- c("α","β","γ","δ","ε","ζ","η","θ","ι","κ","λ","μ","ν","ξ","ο","π","ρ","σ","ς","τ","υ","φ","χ","ψ","ω")
	symbol <- c("·","~","!","@","#","$","¥","€","£","%","^","&","*","(",")","_","-","+","=","|",",",".","/","<",">","?",";","'",":","[","]","{","}")
	symbol <- c("·","~","!","@","#","$","%","^","&","*","(",")","_","-","+","=","|",",",".","/","<",">","?",";","'",":","[","]","{","}")

	if(type == "default")
	{